projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c0722
)
(strokes-read-complex-stroke): Fix use of character constant.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 14 Feb 2003 09:57:24 +0000
(09:57 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 14 Feb 2003 09:57:24 +0000
(09:57 +0000)
lisp/strokes.el
patch
|
blob
|
history
diff --git
a/lisp/strokes.el
b/lisp/strokes.el
index b230bfdeb6b40e112fe6496ce9de8eef6a0092df..9b138e0e5dc5dedcb3e93d5880fc32e61fc6c5dc 100644
(file)
--- a/
lisp/strokes.el
+++ b/
lisp/strokes.el
@@
-793,7
+793,7
@@
Optional EVENT is acceptable as the starting event of the stroke"
(when point
(goto-char point)
(subst-char-in-region point (1+ point)
- ?\ strokes-character))
+ ?\
strokes-character))
(push (cdr (mouse-pixel-position))
pix-locs)))
(setq event (read-event)))